<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Css reset start */
body,
div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td, hr, button,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{margin:0;padding:0;}
address, caption, cite, code, dfn, em, th, var {font-style: normal;	font-weight: 500;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
ol, ul ,li{list-style: none;}
fieldset, img {border: 0}
del, ins { text-decoration: none }
caption, th { text-align: left }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}
audio, canvas, video {display: inline-block; *display:inline; *zoom:1}
/*FORM RESET*/
button, input, select, textarea{font-size: 100%}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;-webkit-appearance: button;}
button[disabled], html input[disabled]{cursor: default;}
input[type="checkbox"], input[type="radio"] {padding: 0;box-sizing: border-box;}
input[type="search"] {-webkit-box-sizing: content-box;	-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {padding:0;border:0}
textarea {overflow: auto}
q:before, q:after {content: ''}
sup {top: -0.5em}
sub {bottom: -0.25em}
table {border-collapse: collapse;border-spacing:0;}
th {text-align: inherit;}
iframe{	display: block;}
input,a{-webkit-tap-highlight-color:transparent;-webkit-transition:background-color;outline: none; border:none; border-radius:0;}


/* ==|== FONT RESET======================= */
html, body, button, input, select, textarea {font: 12px/1.5 "Microsoft YaHei", arial;}
html{-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;color: #333;	}
body{ background-color:#fff;}
a{ color:#333;text-decoration:none;}
a:hover,a:link,a:visited{ color:#333;}
.clearfix{zoom:1;}
.clearfix:after{ clear: both;content:"";diplay:table;}
.clear{ clear: both}
.fl {  float: left;}

.fr {    float: right;}

blue{ color: #0d6fb8}


.botton input::-webkit-input-placeholder {
color: #fff;
}
.botton input:-moz-placeholder {
color: #fff;
}
.botton input::-moz-placeholder {
color: #fff;
}
.botton input:-ms-input-placeholder {
color: #fff;
}
.botton input[type="text"]{color: #fff; }



.mycenter .botton input::-webkit-input-placeholder {
color: #898989;
}
.mycenter .botton input:-moz-placeholder {
color: #898989;
}
.mycenter .botton input::-moz-placeholder {
color: #898989;
}
.mycenter .botton input:-ms-input-placeholder {
color: #898989;
}
.mycenter .botton input[type="text"]{color: #898989; }


.formlist input::-webkit-input-placeholder,.changer input::-webkit-input-placeholder {
color: #898989;
}
.formlist input:-moz-placeholder,.changer input:-moz-placeholder{
color: #898989;
}
.formlist input::-moz-placeholder,.changer input::-moz-placeholder{
color: #898989;
}
.formlist input:-ms-input-placeholder,.changer input:-ms-input-placeholder{
color: #898989;
}

.aspNetDisabled,#LBNest,#LBPre{
    color: #fff;
}

#LBNest:link,#LBNest:visted,#LBPre:link,#LBPre:visited{
    color: #fff;
}
#LBNest:hover,#LBPre:hover{
    color: rgb(202,52,63);
}
a:hover{
    text-decoration: none
}
.PageAdmin_pr{
    font-size: 16px;
}
.PageAdmin_pr .aspNetDisabled,.PageAdmin_pr #LBNest,.PageAdmin_pr #LBPre{
    color: #333333;
}

.PageAdmin_pr #LBNest:link,.PageAdmin_pr #LBNest:visted,.PageAdmin_pr #LBPre:link,.PageAdmin_pr #LBPre:visited{
    color: #333333;
}
.PageAdmin_pr #LBNest:hover,.PageAdmin_pr #LBPre:hover{
    color: rgb(202,52,63);
}
</pre></body></html>